projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c90c38
)
(x_display): New field win_gravity.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 17 Apr 1994 09:41:15 +0000
(09:41 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 17 Apr 1994 09:41:15 +0000
(09:41 +0000)
src/xterm.h
patch
|
blob
|
history
diff --git
a/src/xterm.h
b/src/xterm.h
index 7db49db65a260ea59b21cc2cbfce349622b21b95..24d48d39d60770db123f311c41c0402b2f7196d0 100644
(file)
--- a/
src/xterm.h
+++ b/
src/xterm.h
@@
-379,6
+379,9
@@
struct x_display
struct face **computed_faces;
int n_computed_faces; /* How many are valid */
int size_computed_faces; /* How many are allocated */
+
+ /* This is the gravity value for the specified window position. */
+ int win_gravity;
};
/* Get at the computed faces of an X window frame. */